home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMWELCOME / TFRMWELCOME.txt
Encoding:
Text File  |  2004-07-08  |  6.6 KB  |  275 lines

  1. object frmWelcome: TfrmWelcome
  2.   Left = 348
  3.   Top = 340
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'FilZip Registration'
  7.   ClientHeight = 265
  8.   ClientWidth = 387
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pcMain: TPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 387
  26.     Height = 265
  27.     ActivePage = tsInfo
  28.     Align = alClient
  29.     Style = tsFlatButtons
  30.     TabOrder = 0
  31.     object tsInfo: TTabSheet
  32.       Caption = 'tsInfo'
  33.       TabVisible = False
  34.       object Panel1: TPanel
  35.         Left = 4
  36.         Top = 2
  37.         Width = 374
  38.         Height = 199
  39.         BevelInner = bvRaised
  40.         BevelOuter = bvLowered
  41.         TabOrder = 0
  42.         object Email: TURLLabel
  43.           Left = 130
  44.           Top = 160
  45.           Width = 113
  46.           Height = 13
  47.           Caption = 'philipp.engel@filzip.com'
  48.           Font.Charset = DEFAULT_CHARSET
  49.           Font.Color = clNavy
  50.           Font.Height = -11
  51.           Font.Name = 'MS Sans Serif'
  52.           Font.Style = []
  53.           ParentFont = False
  54.           URL = 'mailto:philipp.engel@filzip.com'
  55.           MouseOverFont.Charset = DEFAULT_CHARSET
  56.           MouseOverFont.Color = clBlue
  57.           MouseOverFont.Height = -11
  58.           MouseOverFont.Name = 'MS Sans Serif'
  59.           MouseOverFont.Style = [fsUnderline]
  60.         end
  61.         object lWelcome: TLabel
  62.           Left = 6
  63.           Top = 8
  64.           Width = 363
  65.           Height = 145
  66.           AutoSize = False
  67.           Caption = 'lWelcome'
  68.           Font.Charset = ANSI_CHARSET
  69.           Font.Color = clWindowText
  70.           Font.Height = -11
  71.           Font.Name = 'MS Sans Serif'
  72.           Font.Style = [fsBold]
  73.           ParentFont = False
  74.           WordWrap = True
  75.         end
  76.         object Website: TURLLabel
  77.           Left = 136
  78.           Top = 175
  79.           Width = 101
  80.           Height = 13
  81.           Caption = 'http://www.filzip.com'
  82.           Font.Charset = DEFAULT_CHARSET
  83.           Font.Color = clNavy
  84.           Font.Height = -11
  85.           Font.Name = 'MS Sans Serif'
  86.           Font.Style = []
  87.           ParentFont = False
  88.           URL = 'http://www.filzip.com'
  89.           MouseOverFont.Charset = DEFAULT_CHARSET
  90.           MouseOverFont.Color = clBlue
  91.           MouseOverFont.Height = -11
  92.           MouseOverFont.Name = 'MS Sans Serif'
  93.           MouseOverFont.Style = [fsUnderline]
  94.         end
  95.       end
  96.       object cbWontRegister: TCheckBox
  97.         Left = 4
  98.         Top = 205
  99.         Width = 374
  100.         Height = 17
  101.         Caption = 
  102.           '&Ich habe keinen Internetanschluss oder will mich nicht registri' +
  103.           'eren'
  104.         Font.Charset = ANSI_CHARSET
  105.         Font.Color = clBlack
  106.         Font.Height = -11
  107.         Font.Name = 'MS Sans Serif'
  108.         Font.Style = []
  109.         ParentFont = False
  110.         TabOrder = 1
  111.       end
  112.       object btnContinue: TButton
  113.         Left = 304
  114.         Top = 226
  115.         Width = 75
  116.         Height = 25
  117.         Caption = '&Weiter'
  118.         Font.Charset = ANSI_CHARSET
  119.         Font.Color = clWindowText
  120.         Font.Height = -11
  121.         Font.Name = 'MS Sans Serif'
  122.         Font.Style = []
  123.         ParentFont = False
  124.         TabOrder = 2
  125.         OnClick = btnContinueClick
  126.       end
  127.       object btnRegister: TButton
  128.         Left = 209
  129.         Top = 226
  130.         Width = 89
  131.         Height = 25
  132.         Caption = '&Registrieren'
  133.         Default = True
  134.         Font.Charset = ANSI_CHARSET
  135.         Font.Color = clWindowText
  136.         Font.Height = -11
  137.         Font.Name = 'MS Sans Serif'
  138.         Font.Style = []
  139.         ParentFont = False
  140.         TabOrder = 3
  141.         OnClick = btnRegisterClick
  142.       end
  143.     end
  144.     object tsRegister: TTabSheet
  145.       Caption = 'tsRegister'
  146.       ImageIndex = 1
  147.       TabVisible = False
  148.       object lRegInfo: TLabel
  149.         Left = 4
  150.         Top = 128
  151.         Width = 373
  152.         Height = 89
  153.         AutoSize = False
  154.         Caption = 'lRegInfo'
  155.         WordWrap = True
  156.       end
  157.       object gbRegData: TGroupBox
  158.         Left = 4
  159.         Top = 0
  160.         Width = 372
  161.         Height = 121
  162.         Caption = 'gbRegData'
  163.         TabOrder = 0
  164.         object lRegName: TLabel
  165.           Left = 8
  166.           Top = 24
  167.           Width = 50
  168.           Height = 13
  169.           Caption = 'lRegName'
  170.         end
  171.         object lRegEmail: TLabel
  172.           Left = 8
  173.           Top = 54
  174.           Width = 47
  175.           Height = 13
  176.           Caption = 'lRegEmail'
  177.         end
  178.         object lRegVersion: TLabel
  179.           Left = 8
  180.           Top = 92
  181.           Width = 57
  182.           Height = 13
  183.           Caption = 'lRegVersion'
  184.         end
  185.         object lRegLanguage: TLabel
  186.           Left = 184
  187.           Top = 92
  188.           Width = 70
  189.           Height = 13
  190.           Caption = 'lRegLanguage'
  191.         end
  192.         object edRegName: TEdit
  193.           Left = 88
  194.           Top = 20
  195.           Width = 273
  196.           Height = 21
  197.           TabOrder = 0
  198.         end
  199.         object edRegEmail: TEdit
  200.           Left = 88
  201.           Top = 50
  202.           Width = 273
  203.           Height = 21
  204.           TabOrder = 1
  205.         end
  206.         object edRegVersion: TEdit
  207.           Left = 88
  208.           Top = 88
  209.           Width = 81
  210.           Height = 21
  211.           ReadOnly = True
  212.           TabOrder = 2
  213.         end
  214.         object edRegLanguage: TEdit
  215.           Left = 256
  216.           Top = 88
  217.           Width = 105
  218.           Height = 21
  219.           ReadOnly = True
  220.           TabOrder = 3
  221.         end
  222.       end
  223.       object btnSend: TButton
  224.         Left = 192
  225.         Top = 228
  226.         Width = 107
  227.         Height = 25
  228.         Caption = 'btnSend'
  229.         Default = True
  230.         TabOrder = 1
  231.         OnClick = btnSendClick
  232.       end
  233.       object btnBack: TButton
  234.         Left = 304
  235.         Top = 228
  236.         Width = 75
  237.         Height = 25
  238.         Caption = 'btnBack'
  239.         TabOrder = 2
  240.         OnClick = btnBackClick
  241.       end
  242.     end
  243.     object tsRegSucc: TTabSheet
  244.       Caption = 'tsRegSucc'
  245.       ImageIndex = 2
  246.       TabVisible = False
  247.       object lRegStatus: TLabel
  248.         Left = 2
  249.         Top = 83
  250.         Width = 375
  251.         Height = 62
  252.         Alignment = taCenter
  253.         AutoSize = False
  254.         Caption = 'lRegStatus'
  255.         Font.Charset = ANSI_CHARSET
  256.         Font.Color = clWindowText
  257.         Font.Height = -19
  258.         Font.Name = 'Tahoma'
  259.         Font.Style = [fsBold]
  260.         ParentFont = False
  261.         WordWrap = True
  262.       end
  263.       object btnRegSuccess: TButton
  264.         Left = 296
  265.         Top = 228
  266.         Width = 81
  267.         Height = 25
  268.         Caption = 'btnRegSuccess'
  269.         TabOrder = 0
  270.         OnClick = btnRegSuccessClick
  271.       end
  272.     end
  273.   end
  274. end
  275.